home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Aol / aol-unsorted / Try&Guess4AOLv3.sit / Try&Guess4AOLv3 / Read Me! < prev    next >
Text File  |  1997-04-02  |  2KB  |  30 lines

  1. Try Again!  &  Guess Again!     (4 AOL)                                                        Version 1.0
  2.  
  3. Try Again! will try to sign on to AOL with a chosen screen name by trying each password in a previously created list.
  4. The list must be created using the Scriptable Text editor and saved as "Try List". The first line in the list must be the screen name, subsequent lines must be possible passwords, the final line must be "**end**".
  5.  
  6. Guess Again! will try to sign on to AOL using a randomly generated password. Makes repeated attempts. The screen name to be used is selected by user input via a dialog box.
  7.  
  8. Both applications are written in AppleScript™.
  9.  
  10. On successful registration these scripts attempt to log the details to a file and quit. If an AOL connection cannot be made the scripts will try to log this event and quit, but may get stranded until AOL's dialog boxes are manually "OK"ed.
  11.  
  12. These scripts cannot operate in the background whilst other tasks are performed on the same computer. They must be left alone to "do their thing". They cannot be used together at the same time.
  13.  
  14. Requirements:
  15. A clean unregistered copy of America Online.
  16. It must launched and cancelled once to clear those introductory screens.
  17. This leaves a simple sign on box showing "New User" or "New Member".
  18.  
  19. AOL must be configured to connect via TCP.
  20. A TCP connection to the Internet must be made before running this script.
  21. (If that connection is via Open Transport & OT PPP and PPP Commands is installed,
  22. the scripts try disconnect PPP on successful AOL registration.)
  23.  
  24. The Scriptable Text Editor.
  25. Scripting Additions: Jon’s Commands & Sändi's Additions (PPP Commands is optional).
  26. "SendBackWindow FKEY" configured to FKEY 9. This must be placed in the Fonts folder.
  27.  
  28. The ResCompare patch supplied is intended for AOL 3.0.1 PPC (and renames version to 3.0.2) but Try Again! & Guess Again! can work on any version of the Mac AOL application providing the WIND resources are altered. This can be accomplished using a resource editor (ResEdit, Resorcerer etc). All windows need to be of a document type able to be sent to the back using "SendBackWindow FKEY" otherwise these scripts will not be able to control the operation of the AOL application. The patch supplied does do this automatically with AOL 3.0.1 PPC.
  29.  
  30. All necessary additions can be found in the Components folder.